home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3527 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Subject: Re: Qblit intereference again
  2. References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de>
  3. Distribution: world
  4. X-Newsreader: TIN [version 1.2 PL2]
  5. Path: imada.ou.dk!breese
  6. From: breese@imada.ou.dk (Bjorn Reese)
  7. Message-ID: <1996Feb21.160526.22109@imada.ou.dk>
  8. Sender: news@imada.ou.dk
  9. Nntp-Posting-Host: wagner.imada.ou.dk
  10. Organization: Dept. of Math. & Computer Science, Odense University, Denmark
  11. Date: Wed, 21 Feb 1996 16:05:26 GMT
  12. Newsgroups: comp.sys.amiga.programmer
  13.  
  14. Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  15.  
  16. I know this won;t help solving your problem but here are a few comments.
  17.  
  18. >    move.w #$2020,(a0)+ ;DUMMY SIZE. HOW TO DO LARGE BLIT IN A .W ? HUH HUH 
  19.  
  20. A leftover from the old days of the OCS blitter. You just put your
  21. longword value (if you use the new bltsize) somewhere else and use
  22. that instead (and I can see later on that you've already figured
  23. that ;)
  24.  
  25. > * DO I MISS CLEARING THE BLITTER INTREQ BIT HERE ?
  26.  
  27. No, it's being taken care of by the OS.
  28.  
  29. >    move.w d0,0(a0,d1.w)
  30. > *               ^------- ??? $DFF000 BY OS ???
  31.  
  32. Yes, the bn_function is called with the base of the custom chip in a0.
  33.  
  34. --
  35. Bjorn Reese                      Email: breese@imada.ou.dk
  36. Odense University, Denmark       URL:   http://www.imada.ou.dk/~breese
  37.  
  38. "It's getting late in the game to show any pride or shame" - Marillion
  39.